home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
SourceCode
/
Palettes
/
GradientKit
/
GradientExample
/
GradientExample_main.m
next >
Wrap
Text File
|
1996-04-23
|
399b
|
18 lines
/* Generated by the NeXT Project Builder
NOTE: Do NOT change this file -- Project Builder maintains it.
*/
#import <appkit/appkit.h>
#import "GRGradientFrameView.h"
void main(int argc, char *argv[]) {
[Application new];
[GRGradientFrameView install];
if ([NXApp loadNibSection:"GradientExample.nib" owner:NXApp withNames:NO])
[NXApp run];
[NXApp free];
exit(0);
}